home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / freaky-fun.swf / scripts / DefineButton2_366 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-06-07  |  270 b   |  6 lines

  1. on(press){
  2.    _root.scores_link = "http://www.2dplay.com/highscores.php?gameid=1124&hiscore=";
  3.    var hashkey = _root.hex_md5("gameid=1124&hiscore=" + _root.score + "2DPlay.com/");
  4.    getURL(String(_root.scores_link + _root.score + "&hash=" + hashkey),"_blank");
  5. }
  6.